SetDOMBreakpointRequest

data class SetDOMBreakpointRequest(nodeId: NodeId, type: DOMBreakpointType)

Represents request frame that can be used with DOMDebugger#setDOMBreakpoint operation call.

Sets breakpoint on particular operation with DOM.

See also

Constructors

SetDOMBreakpointRequest
Link copied to clipboard
fun SetDOMBreakpointRequest(nodeId: NodeId, type: DOMBreakpointType)

Properties

nodeId
Link copied to clipboard
val nodeId: NodeId
Identifier of the node to set breakpoint on.
type
Link copied to clipboard
val type: DOMBreakpointType
Type of the operation to stop upon.

Sources

jvm source
Link copied to clipboard